From febf25d56f3575581cb71970a6d16413c4420d65 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 25 Mar 1993 02:11:11 +0000 Subject: [PATCH] * xterm.c [VMS]: Don't #include and . --- src/xterm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xterm.c b/src/xterm.c index f766e129593..f1dc6a24d12 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -54,8 +54,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #else /* ! defined (BSD) */ +#ifndef VMS #include #include +#endif #endif /* ! defined (BSD) */ /* Allow m- file to inhibit use of FIONREAD. */ -- 2.30.2